home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993…ch: Other People's Memory / ADC Developer CD (1993-03) (''Other People's Memory'')_iso / Dev.CD Mar 93.iso / Tools & Apps / Graphics & Imaging / Printer Drivers / PSWriter 8.0b / Printer Descriptions / LaserWriter IIf v2010.113 < prev    next >
Encoding:
PostScript Printer Description  |  1992-10-22  |  12.5 KB  |  339 lines  |  [TEXT/GEOL]

  1. *PPD-Adobe: "4.0"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1992 Adobe Systems Incorporated. 
  4. *% All Rights Reserved. 
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9. *FormatVersion: "4.0"
  10. *FileVersion: "2.1"
  11. *PCFileName: "APLWIIf1.PPD"
  12. *LanguageVersion: English
  13. *Product: "(LaserWriter IIf)"
  14. *PSVersion: "(2010.113) 1"
  15. *ModelName: "Apple LaserWriter IIf"
  16. *NickName: "Apple LaserWriter IIf v2010.113"
  17.  
  18. *% ==== Options and Constraints =====
  19. *OpenGroup: InstallableOptions/Options Installed
  20.  
  21. *OpenUI *Option1/Memory Configuration: PickOne
  22. *DefaultOption1: None
  23. *Option1 None/Minimum 2 MB: ""
  24. *Option1 4Meg/Upgrade to 4 MB: ""
  25. *Option1 5Meg/Upgrade to 5 MB: ""
  26. *Option1 8Meg/Upgrade to 8 MB: ""
  27. *CloseUI: *Option1
  28.  
  29. *CloseGroup: InstallableOptions
  30.  
  31. *UIConstraints: *Option1 None *BitsPerPixel 4
  32.  
  33. *% === Basic Capabilities ===============
  34. *FreeVM: "296304"
  35. *LanguageLevel: "2"
  36. *Protocols: BCP
  37. *ColorDevice: False
  38. *DefaultColorSpace: Gray
  39. *FileSystem: True
  40. *?FileSystem: "
  41.    save false
  42.       (%disk?%)
  43.       { currentdevparams dup /Writeable known
  44.         { /Writeable get {pop true} if }  { pop } ifelse 
  45.       } 10 string /IODevice resourceforall
  46.       {(True)}{(False)} ifelse = flush
  47.    restore"
  48. *End
  49. *Emulators: hplj
  50. *StartEmulator_hplj: "currentfile /hpcl statusdict /emulate get exec "
  51. *StopEmulator_hplj: "<1B7F>0"
  52. *Throughput: "8"
  53. *Password: "()"
  54. *ExitServer: "
  55.    count 0 eq
  56.    { false } { true exch startjob } ifelse
  57.    not { (WARNING: Cannot modify initial VM.) =
  58.             (Missing or invalid password.) =
  59.             (Please contact the author of this software.) = flush quit
  60.           } if"
  61. *End
  62. *Reset: "
  63.    count 0 eq
  64.    { false } { true exch startjob } ifelse
  65.    not { (WARNING: Cannot reset printer.) =
  66.             (Missing or invalid password.) =
  67.             (Please contact the author of this software.) = flush quit
  68.           } if
  69.    systemdict /quit get exec
  70.    (WARNING : Printer Reset Failed.) = flush"
  71. *End
  72. *DefaultResolution: 300dpi
  73. *?Resolution: "
  74.    save
  75.    currentpagedevice /HWResolution get
  76.    0 get
  77.    (          ) cvs print (dpi) = flush
  78.    restore"
  79. *End
  80.  
  81. *% === PhotoGrade (bits per pixel) =============
  82. *OpenUI *BitsPerPixel/PhotoGrade: Boolean
  83. *OrderDependency: 50 AnySetup *BitsPerPixel
  84. *DefaultBitsPerPixel: 4
  85. *BitsPerPixel 4/On: "1 dict dup /PreRenderingEnhance true put setpagedevice"
  86. *BitsPerPixel None/Off: "1 dict dup /PreRenderingEnhance false put setpagedevice"
  87. *?BitsPerPixel: "
  88.    save currentpagedevice /PreRenderingEnhance get
  89.    {(4)}{(None)} ifelse = flush restore"
  90. *End
  91. *CloseUI: *BitsPerPixel
  92.  
  93. *% === FinePrint (smoothing) =============
  94. *OpenUI *Smoothing/FinePrint: Boolean
  95. *OrderDependency: 50 AnySetup *Smoothing
  96. *DefaultSmoothing: True
  97. *Smoothing True/On: "1 dict dup /PostRenderingEnhance true put setpagedevice"
  98. *Smoothing False/Off: "1 dict dup /PostRenderingEnhance false put setpagedevice"
  99. *?Smoothing: "
  100.    save currentpagedevice /PostRenderingEnhance get
  101.    {(True)}{(False)} ifelse = flush restore"
  102. *End
  103. *CloseUI: *Smoothing
  104.  
  105. *% === Halftone Information ===============
  106. *AccurateScreensSupport: True
  107. *ScreenFreq: "60.0"
  108. *ScreenAngle: "45"
  109. *DefaultScreenProc: Dot
  110. *ScreenProc Dot: "
  111. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  112. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  113. "
  114. *End
  115. *ScreenProc Line: "{ pop }"
  116. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  117.  
  118. *DefaultTransfer: Null
  119. *Transfer Null: "{ }"
  120. *Transfer Null.Inverse: "{ 1 exch sub }"
  121.  
  122. *% === Paper Handling ===================
  123. *% Use these entries to set paper size most of the time, unless there is
  124. *% specific reason to use PageRegion.
  125. *OpenUI *PageSize: PickOne
  126. *OrderDependency: 30 AnySetup *PageSize
  127. *DefaultPageSize: Unknown
  128. *PageSize Letter: "2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
  129. *PageSize Legal: "2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
  130. *PageSize A4: "2 dict dup /PageSize [595 842] put dup /ImagingBBox null put setpagedevice"
  131. *PageSize B5: "2 dict dup /PageSize [516 729] put dup /ImagingBBox null put setpagedevice"
  132. *?PageSize: "
  133.    save currentpagedevice /PageSize get aload pop
  134.    2 copy gt {exch} if (Unknown) 
  135.    4 dict
  136.    dup [612 792] (Letter) put
  137.    dup [612 1008] (Legal) put
  138.    dup [595 842] (A4) put
  139.    dup [516 729] (B5) put
  140.    { exch aload pop 4 index sub abs 5 le exch 5 index sub abs 5 le and
  141.       { exch pop exit } { pop } ifelse
  142.    } bind forall = flush pop pop
  143.    restore"
  144. *End
  145. *CloseUI: *PageSize
  146.  
  147. *% These entries will set up the frame buffer. Usually used with manual feed.
  148. *OpenUI *PageRegion: PickOne
  149. *OrderDependency: 40 AnySetup *PageRegion
  150. *DefaultPageRegion: Unknown
  151. *PageRegion Letter: "2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
  152. *PageRegion Legal: "2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
  153. *PageRegion A4: "2 dict dup /PageSize [595 842] put dup /ImagingBBox null put setpagedevice"
  154. *PageRegion B5: "2 dict dup /PageSize [516 729] put dup /ImagingBBox null put setpagedevice"
  155. *CloseUI: *PageRegion
  156.  
  157. *% The following entries provide information about specific paper keywords.
  158. *DefaultImageableArea: Unknown
  159. *ImageableArea Letter: "31 31 583 761  "
  160. *ImageableArea Legal: "31 247 583 977 "
  161. *ImageableArea A4: "27 31 571 811 "
  162. *ImageableArea B5: "21 10 504 715 "
  163. *?ImageableArea: "
  164. save
  165.   /cvp { (                ) cvs print ( ) print } bind def
  166.   /upperright {10000 mul floor 10000 div} bind def
  167.   /lowerleft {10000 mul ceiling 10000 div} bind def
  168.   newpath clippath pathbbox
  169.   4 -2 roll exch 2 {lowerleft cvp} repeat
  170.   exch 2 {upperright cvp} repeat flush
  171.  restore"
  172. *End
  173.  
  174. *% These provide the physical dimensions of the paper (by keyword)
  175. *DefaultPaperDimension: Unknown
  176. *PaperDimension Letter: "612 792"
  177. *PaperDimension Legal: "612 1008"
  178. *PaperDimension A4: "595 842"
  179. *PaperDimension B5: "516 729"
  180.  
  181. *OpenUI *ManualFeed: Boolean
  182. *OrderDependency: 20 AnySetup *ManualFeed
  183. *DefaultManualFeed: False
  184. *ManualFeed True: "1 dict dup /ManualFeed true put setpagedevice"
  185. *ManualFeed False: "1 dict dup /ManualFeed false put setpagedevice"
  186. *?ManualFeed: " 
  187.    save currentpagedevice /ManualFeed get
  188.    {(True)} {(False)} ifelse = flush restore"
  189. *End
  190. *CloseUI: *ManualFeed
  191.  
  192. *OpenUI *InputSlot: PickOne
  193. *OrderDependency: 20 AnySetup *InputSlot
  194. *DefaultInputSlot: Cassette
  195. *InputSlot Cassette: ""
  196. *CloseUI: *InputSlot
  197.  
  198. *DefaultOutputBin: OnlyOne
  199. *DefaultOutputOrder: Normal
  200.  
  201. *% === Font Information =====================
  202. *DefaultFont: Courier
  203. *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
  204. *Font AvantGarde-BookOblique: Standard "(001.002)" Standard ROM
  205. *Font AvantGarde-Demi: Standard "(001.003)" Standard ROM
  206. *Font AvantGarde-DemiOblique: Standard "(001.003)" Standard ROM
  207. *Font Bookman-Demi: Standard "(001.003S)" Standard ROM
  208. *Font Bookman-DemiItalic: Standard "(001.003S)" Standard ROM
  209. *Font Bookman-Light: Standard "(001.003S)" Standard ROM
  210. *Font Bookman-LightItalic: Standard "(001.003S)" Standard ROM
  211. *Font Courier: Standard "(002.003)" Standard ROM
  212. *Font Courier-Bold: Standard "(002.003)" Standard ROM
  213. *Font Courier-BoldOblique: Standard "(002.003)" Standard ROM
  214. *Font Courier-Oblique: Standard "(002.003)" Standard ROM
  215. *Font Helvetica: Standard "(001.006S)" Standard ROM
  216. *Font Helvetica-Bold: Standard "(001.007S)" Standard ROM
  217. *Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM
  218. *Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM
  219. *Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM
  220. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM
  221. *Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM
  222. *Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM
  223. *Font NewCenturySchlbk-Bold: Standard "(001.008S)" Standard ROM
  224. *Font NewCenturySchlbk-BoldItalic: Standard "(001.006S)" Standard ROM
  225. *Font NewCenturySchlbk-Italic: Standard "(001.005S)" Standard ROM
  226. *Font NewCenturySchlbk-Roman: Standard "(001.006S)" Standard ROM
  227. *Font Palatino-Bold: Standard "(001.005S)" Standard ROM
  228. *Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM
  229. *Font Palatino-Italic: Standard "(001.005S)" Standard ROM
  230. *Font Palatino-Roman: Standard "(001.005S)" Standard ROM
  231. *Font Symbol: Special "(001.007S)" Special ROM
  232. *Font Times-Bold: Standard "(001.007S)" Standard ROM
  233. *Font Times-BoldItalic: Standard "(001.009S)" Standard ROM
  234. *Font Times-Italic: Standard "(001.007S)" Standard ROM
  235. *Font Times-Roman: Standard "(001.007S)" Standard ROM
  236. *Font ZapfChancery-MediumItalic: Standard "(001.006)" Standard ROM
  237. *?FontQuery: "
  238.    save  
  239.    { count 1 gt
  240.       { exch dup 127 string cvs (/) print print (:) print
  241.        /Font resourcestatus {pop pop (Yes)} {(No)} ifelse = 
  242.       } { exit } ifelse
  243.    } bind loop
  244.    (*) = flush
  245.    restore"
  246. *End
  247.  
  248. *?FontList: "
  249.    save (*) {cvn ==} 128 string /Font resourceforall
  250.    (*) = flush restore"
  251. *End
  252.  
  253. *% Printer Messages (verbatim from printer):
  254. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  255. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  256. *Message: "\FontName\ not found, using Courier"
  257.  
  258. *% Status (format: %%[ status: <one of these> ]%% )
  259. *Status: "initializing"
  260. *Status: "idle"
  261. *Status: "holding"
  262. *Status: "busy"
  263. *Status: "waiting"
  264. *Status: "PrinterError: cover open"
  265. *Status: "PrinterError: warming up"
  266. *Status: "PrinterError: toner cartridge missing or incorrect"
  267. *Status: "PrinterError: paper entry misfeed"
  268. *Status: "PrinterError: paper exit misfeed"
  269. *Status: "PrinterError: out of paper"
  270. *Status: "PrinterError: no paper tray"
  271. *Status: "PrinterError: fixing temperature malfunction"
  272. *Status: "PrinterError: scanner motor malfunction"
  273. *Status: "PrinterError: laser doide or scanning mirror malfunction"
  274. *Status: "PrinterError: test printing stage"
  275. *Status: "PrinterError: service call"
  276.  
  277. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  278. *Source: "Serial"
  279. *Source: "SerialB"
  280. *Source: "LocalTalk"
  281.  
  282. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  283. *PrinterError: "cover open"
  284. *PrinterError: "warming up"
  285. *PrinterError: "toner cartridge missing or incorrect"
  286. *PrinterError: "paper entry misfeed"
  287. *PrinterError: "paper exit misfeed"
  288. *PrinterError: "out of paper"
  289. *PrinterError: "no paper tray"
  290. *PrinterError: "fixing temperature malfunction"
  291. *PrinterError: "scanner motor malfunction"
  292. *PrinterError: "laser doide or scanning mirror malfunction"
  293. *PrinterError: "test printing stage"
  294. *PrinterError: "service call"
  295.  
  296. *% Color Separation Information ========================
  297. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  298.  
  299. *InkName: ProcessBlack/Process Black
  300. *InkName: CustomColor/Custom Color
  301. *InkName: ProcessCyan/Process Cyan
  302. *InkName: ProcessMagenta/Process Magenta
  303. *InkName: ProcessYellow/Process Yellow
  304.  
  305. *%  For 60 lpi / 300 dpi  ===============================
  306.  
  307. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  308. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  309. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  310. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  311. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  312.  
  313. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  314. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  315. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  316. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  317. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  318.  
  319. *%  For 53 lpi / 300 dpi  ===============================
  320.  
  321. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  322. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  323. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  324. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  325. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  326.  
  327. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  328. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  329. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  330. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  331. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  332.  
  333. *% For "LaserWriter IIf" version 2010.113
  334. *% Converted to meet 4.0 specification
  335. *% Last Edit Date: Jun 1 1992
  336. *% The byte count of this file should be exactly 012780 or 013118
  337. *% depending on the filesystem it resides in.
  338. *% end of PPD file for Apple LaserWriter IIf
  339.